home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / POVHELP.ZIP / me.bat < prev    next >
Encoding:
DOS Batch File  |  1994-08-20  |  473 b   |  10 lines

  1. @echo off
  2. echo this is an example of how to call your editor with POV-Help. In my case
  3. echo my editor is Multi-Edit (ME.EXE), so I use a batch file called ME.BAT.
  4. echo obviously, when you modify this you'd want to rename it to whatever you
  5. echo usually use for your editor.
  6.  
  7. rem  as long as the database is in the same directory as POV-Help, POV-Help
  8. rem  will find it OK. so we don't need to specify the path here.
  9.  
  10. povhelp +KALT-ESC +Ed:\me\me.exe %1 %2 %3 %4 %5